* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:15:34 +0000 (05:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:15:34 +0000 (05:15 +0000)
commit3375cf86c1aa9cf5c15781e42d6e98d6dba65052
treeef62d4052f56a323ce3122331546ca945c0175ff
parent76a466ac80238c7c82a819b17332af43f3cd6d1d
* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
Initialize it as a relative filename pattern.
(init_callproc): Don't initialize Vtemp_file_name_pattern here.
(Fcall_process_region): Simplify temp file creation using
temporary-file-directory.
src/ChangeLog